*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background-color: white !important;
}
.whole-box{
    width: 100%;
    height: auto;
}
.banner-box img{
    width: 100%;
    height: auto;
}
.cooperation-box p{
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0px;
    color: #374667;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.cooperation-box div{
    margin-bottom: 2%;
    text-align: center;
}
.cooperation-box div img{
    filter: grayscale(100%);
    margin: 0 20px;
    box-sizing: border-box;
}
.cooperation-box div img:hover{
    filter: grayscale(0);
}
.product-text-box{
    text-align: center;
    padding: 30px 0;
}
.product-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #374667;
}
.product-text-box p:nth-child(2){
    width: 50px;
    height: 5px;
    background: #EE7700;
    margin: 10px auto 10px;
}
.product-text-box p:nth-child(3){
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #727783;
}
.product-box2{
    display: none;
}
.product-box{
    display: flex;
    justify-content: center;
}
.product-boxs{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.g-mzw-pic-a1{
    position: relative;
}
.g-mzw-pic-a1 .pic{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
}
.g-mzw-pic-a1 .pic,
.g-mzw-pic-a1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.g-mzw-pic-a1 .pic img{
    transition: .5s;
    margin: 0 !important;
}
.g-mzw-pic-a1 .product-a{
    display: block !important;
    margin-bottom: -56px;
    transition: .5s;
}
.g-mzw-pic-a1 .product1-text,
.g-mzw-pic-a1 .product2-text,
.g-mzw-pic-a1 .product3-text,
.g-mzw-pic-a1 .product4-text{
    margin-bottom: 30px;
}
.g-mzw-pic-a1:hover .pic img{
    transform: scale(1.05);
}
.g-mzw-pic-a1:hover .product-a{
    margin-bottom: 0;
}
.product1{
    width: 809px;
    height: 319px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}
.product1 div:nth-child(2):hover,.product3 div:nth-child(2):hover,.product4 div:nth-child(2):hover,.product2 div:hover{
    background: linear-gradient(180deg, rgba(52,49,49,0.00) 0%, #090909 100%); 
}
.product1 div:nth-child(2):hover .product1-text,.product3 div:nth-child(2):hover .product3-text,.product4 div:nth-child(2):hover .product4-text,.product2 div:hover .product2-text{
    margin-bottom: 30px;
}
.product1 div:nth-child(2):hover .product-a,.product3 div:nth-child(2):hover .product-a,.product4 div:nth-child(2):hover .product-a,.product2 div:hover .product-a{
    display: block;
}
.product1 img{
    width: 749.63px;
    height: 296.51px;
    position: absolute;
    transition: all 0.6s;
}
.product1 div:nth-child(2),.product3 div:nth-child(2),.product4 div:nth-child(2),.product2 div{
    width: 100%;
    height: 100%;
    padding-left: 18.55px;
    padding-bottom: 16.46px;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
}
.product1 div:nth-child(2) p:nth-child(3),.product3 div:nth-child(2) p:nth-child(3),.product4 div:nth-child(2) p:nth-child(3),.product2 div p:nth-child(3){
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: bold;
    line-height: 20.6px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.product1 div:nth-child(2) p:nth-child(2),.product3 div:nth-child(2) p:nth-child(2),.product4 div:nth-child(2) p:nth-child(2),.product2 div p:nth-child(2){
    font-family: SourceHanSansCN-Medium;
    font-size: 16.48px;
    font-weight: 500;
    line-height: 26.78px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.product1 div:nth-child(2) a,.product3 div:nth-child(2) a,.product4 div:nth-child(2) a,.product2 div a{
    text-decoration: none;
    font-family: SourceHanSansCN-Medium;
    font-size: 16.48px;
    font-weight: 500;
    line-height: 26.78px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: none;
}
.product1:hover .product-img,.product2:hover .product-img,.product3:hover .product-img,.product4:hover .product-img{
    transform: scale(1.1);
}
.product2{
    width: 353px;
    height: 677px;
    box-sizing: border-box;
    position: relative;
    margin-left: 16px;
    overflow: hidden; 
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}
.product2 img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.product2 div{
    top: 0;
}
.product3{
    width: 500px;
    height: 342px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}
.product3 img{
    width: 279.61px;
    height: 195.61px;
    margin-top: 20.59px;
    margin-right: 42.54px;
    position: absolute;
    right: 0;
    transition: all 0.6s;
}
.product4{
    width: 293px;
    height: 342px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}
.product4 img{
    width: 100%;
    height: 195.61px;
    position: absolute;
    left: 0;
    transition: all 0.6s;
}
.programme-text-box{
    background-color: #F7F7F7;
    margin-top: 65px;
}
.programme-text-box .container{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.programme-text-box .container .row{
    width: 100%;
    margin-left: 0;
}
.programme-background-box{
    background: #202020;
    padding: 0;
    overflow: hidden;
}
.programme-background-box img{
    width: 100%;
    /*margin-top: -10%;*/
    display: block;
}
.cd-hero-slider li,
.cd-hero-slider .programme-background-box{
    height: auto !important;
}
.cd-hero{
    padding: 0;
}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{
    padding-top: 0 !important;
}
.cd-slider-nav{
    bottom: 56px !important;
    height: fit-content !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.cd-slider-nav::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.cd-slider-nav::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
opacity: 0.2;
background: rgba(0, 97, 167) !important;
}
.cd-slider-nav::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0) !important;
}
.cd-slider-nav a::before{
    display: none;
}
.cd-slider-nav li img.selectedsImg{
    filter: grayscale(100%);
}
.cd-slider-nav li.activeStyle img.selectedsImg{
    filter: grayscale(0);
}
.selected img{
    position: sticky;
}
.cd-slider-nav nav{
    width: 100%;
}
.cd-slider-nav .cd-marker, .cd-slider-nav li{
    width: unset !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cd-slider-nav a{
    padding-top: 0 !important;
    font-family: SourceHanSansCN-Medium !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-align: center !important;
    letter-spacing: 0px !important;
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 38px !important;
}
.selectedsColor{
    color: black !important;
}
.cd-slider-nav li div{
    width: 100px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cd-slider-nav ul{
    display: flex;
    height: 157px !important;
}
.cd-slider-nav li.activeStyle{
    padding-top: 8px;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a{
    height: unset !important;
}
.no-touch .cd-slider-nav a:hover{
    background-color: rgba(0, 0, 0, 0) !important;
}
.activeStyle{
    background:rgba(255,255,255) !important;
    margin-top: 0 !important;
    height: 157px !important;
}
.activeColor{
    color: #296897 !important;
}
.activeImg{
    filter: grayscale(100%);
}
.cd-slider-nav li{
    background: rgba(255,255,255,.7);
    padding: 0 1.85%;
    height: 137px;
    margin-top: 20px;
    width: 11.2% !important;
    position: relative;
}
.cd-slider-nav li div{
    width: 65%;
    max-width: 100% !important;
}
.cd-slider-nav li .fixed{
    display: block !important;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.about-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(255,255,255,0.1);
}
.about-text{
    text-align: center;
}
.about-text div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-text:nth-child(2){
    border-left: 1px solid #296897;
    border-right: 1px solid #296897;
}
.about-text p:nth-child(1),.about-text div span{
    font-family: SourceHanSansCN-Regular;
    font-size: 58px;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
    letter-spacing: 0px;
    color: #296897;
}
.about-text p:nth-child(2){
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #727783;
}
.about-text-list2{
    margin-top: 80px;
    margin-bottom: 80px;
}
.news-text-box{
    width: 100%;
    background: #F3F4F7;
    padding: 30px 21px;
    box-sizing: border-box;
}
.news-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    color: #3B3838;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-text-box div{
    margin: 15px 0 23px 0;
}
.news-text-box div span{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #6B6B6B;
}
.news-text-box p:nth-child(3){
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6B6B6B;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-list-box{
    background: #F3F4F7;
    padding: 17px 21px;
    box-sizing: border-box;
    width: 100%;
}
.news-list-box:hover .news{
    color: #005FA7 !important;
}
.news-list-box p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    color: #3B3838;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-list-box{
    border-bottom: 1px solid #DBDBDB;
}
.news-list-box div{
    margin: 10px 0;
}
.news-list-box div span{   
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #6B6B6B;
}
.news-list-box p:nth-child(3){
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #6B6B6B;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-img-box{
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-slide{
    position: relative;
    overflow: hidden;
}
.mySwiper .swiper-slide .mzw-animate{
    width: 100%;
    height: 10px;
    background-color: rgb(237, 147, 0);
    position: absolute;
    left: 0;
    bottom: 0;
}
.mzwAnimated{
    animation: animated1 8s linear;
}
@keyframes animated1{
    0%{width:0;}
    100%{width:100%;}
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    top: 99% !important;
    height: 10px !important;
}
:root{
    --swiper-theme-color: #EE7700 !important;
}
.swiper-pagination-progressbar{
    background: rgba(0,0,0,0) !important;
}
.Box {
    position: relative;
}
 .Box .content {
    width: 100%;
    margin: 0 auto;
}
 .Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}
 .Box .Box_con {
    position: relative;
}
 .Box .Box_con .btnl {
    position: absolute;
}
 .Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
 .Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
 .Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
}
#BoxUl ul li img{
    margin: 0;
}
 .Box .Box_con .conbox ul li {
    float: left;
    width: 155px;
    height: 68px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex: none;
}
/* .Box .Box_con .conbox ul li:last-child {*/
/*    margin-right: 0;*/
/*}*/
 .Box .Box_con .conbox ul li img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}
 .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}
 .Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}
 .Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
 .Box .BoxSwitch span.cur {
    background: red;
}

@media (max-width: 850px){
    .product1{
        width: 100%;
    }
    .product1-box{
        flex-direction: column;
    }
    .product1-box,.product2{
        width: 100% !important;
    }
    .product-boxs{
        width: 100%;
        flex-direction: unset !important;
        margin-top: 16px !important;
    }
    .product3{
        width: 59%;
    }
    .product4{
        width: 39%;
        height: 342px;
    }
    .cd-slider-nav a{
        font-size: 16px !important;
    }
    .cd-slider-nav a{
        height: 36px !important;
    }
    .about-text{
        margin-bottom: 20px;
    }
    .news-box{
        margin-bottom: 20px;
    }
    .cd-slider-nav{
        background-color: #a3a3a3 !important;
    }
    .cd-slider-nav nav{
        display: block !important;
        overflow-y: hidden;
        overflow-x: auto;
        padding-top: 20px;
    }
    .cd-slider-nav li{
        width: 25% !important;
        flex: none;
    }
    .cd-slider-nav li div{
        width: 75%;
        height: 56px;
    }
}
@media (max-width: 580px){
    .product-boxs{
        flex-direction: column !important;
    }
    .product3{
        width: 100% !important;
    }
    .product4{
        width: 100% !important;
    }
    .cooperation-box p{
        line-height: 50px;
    }
    .product-text-box p:nth-child(3){
        line-height: 40px;
    }
}
@media (max-width: 992px){
    .news-list-box{
        padding: 19px 21px;
    }
}
@media (max-width: 1000px){
    .cooperation-box div{
        text-align: left;
    }
    .cooperation-box div img{
        margin: 0 4.2% 20px 4.2%;
        width: 24%;
    }
}
@media (max-width: 1200px){
    .product-box1{
        display: none !important;
    }
    .product-box2{
        display: block !important;
    }
    .product1-box{
        width: 809px;
        display: flex;
        justify-content: center;
    }
    .product-boxs{
        margin-top: 0;
        flex-direction: column;
    }
    .product-box{
        flex-direction: column;
        align-items: center;
    }
    .product2{
        margin-left: 0;
        margin-right: 16px;
    }
    .product1{
        margin-bottom: 16px;
    }
    .product3{
        margin-bottom: 16px;
    }
    .product4{
        height: 320px;
    }
    .news-list-box{
        padding: 21px 21px;
    }
}
@media (max-width: 1170px){
    .cd-slider-nav {
        bottom: 0 !important;
    }
}
@media (max-width: 1500px){
    .programme-background-box img{
        margin-top: 0;
        height: 100%;
    }
}
@media (max-width: 780px){
    .cd-slider-nav {
        position: unset !important;
    }
    .cd-slider-nav ul{
        flex-wrap: unset;
        margin-top: -20px;
    }
    .about-text:nth-child(2){
        border-left: 0px solid #296897;
        border-right: 0px solid #296897;
    }
    .g-mzw-pic-a1,
    .g-mzw-pic-a1 .pic,
    .g-mzw-pic-a1 .pic img{
        height: auto;
    }
    .g-mzw-pic-a1 .pic,
    .g-mzw-pic-a1 .pic img{
        position: static;
    }
    .g-mzw-pic-a1 .txt{
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1400px){
    .news-list-box{
        padding: 9.3px 21px;
    }
    .mb-column li a{
        padding-left: 32px;
    }
    .mb-second-level li, .mb-second-level1 li{
        padding-left: 32px;
        list-style: disc !important;
    }
    .header-box{
        background: rgba(0, 97, 167) !important;
    }
}
.cd-hero-slider{
    height: auto !important;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width{
    position: unset !important;
}

.programme-text-box .product-text-box,
.about-box .product-text-box,
.mzw-row-a6 .product-text-box{
    padding-top: 80px;
}